Vcenter Host CreateSpec ThumbprintVerification
Vcenter Host CreateSpec ThumbprintVerification
The Vcenter Host CreateSpec ThumbprintVerification enumerated type defines the thumbprint verification schemes for a host's SSL certificate.
Possible values:
NONE
: Accept the host's thumbprint without verifying it.THUMBPRINT
: Host's SSL certificate verified by checking its thumbprint against the specified thumbprint.CERTIFICATE
: Host's SSL certificate verified by checking it against the provided PEM SSL certificate.
This constant was added in vSphere API 9.0.0.0.
This data structure has no properties.
Enumeration:
NONE,
THUMBPRINT,
CERTIFICATE,